home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0405.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  1.5 KB  |  36 lines

  1. Jim Whitescarver writes....
  2.  
  3. >We have an experimental server for our CWIS plus a special gateway
  4. >server.  The ScreenMode interface can still be access via telnet to
  5. >eies2.njit.edu with the login www.  You can try the manual page reader
  6. >their, or via http://eies2:1234/man.  We make extensive use of the <PRE>
  7. >tag for preformatted text.  Much of our hypertext, including the manual
  8. >pages, will not be formatted properly unless you use one of our readers,
  9. >or another reader modifies to support <PRE>.
  10.  
  11. If you are using the MidasWWW browser you can add support for the <pre> (and </pre>) tag 
  12. just by adding the following lines to the Midaswww.ad file
  13.  
  14. midaswww*WWWHyper*pre.font:    -*-courier-medium-r-normal-*-17-*-*-*-*-*-iso8859-*
  15. midaswww*WWWHyper*pre.breakBefore:    SGMLBREAK_ALWAYS
  16. midaswww*WWWHyper*pre.breakAfter:    SGMLBREAK_ALWAYS
  17. midaswww*WWWHyper*pre.tagList:    SGMLAnchorText: a SGMLMarkerText: p
  18. midaswww*WWWHyper*pre.defaultClass:    SGMLPlainText
  19. midaswww*WWWHyper*pre*p.breakBefore:    SGMLBREAK_NEVER
  20.  
  21. and replacing the line beginning midaswww*WWWHyper*default.tagList: with
  22.  
  23. midaswww*WWWHyper*default.tagList:    SGMLMarkerText: p isindex nextid 
  24. SGMLCompositeText: address dl h1 h2 h3 h4 h5 h6 dir menu pre SGMLListText: ul SGMLText: 
  25. comment title SGMLPlainText: xmp listing plaintext SGMLAnchorText: a
  26.  
  27. (this should be all one line even though it is probably wrapped in the message you are 
  28. reading.) 
  29.  
  30. The "pre-formatted" man pages look good (try http://eies2.njit.edu:1234/man/cat for an 
  31. example).
  32.  
  33. Tony
  34.  
  35.  
  36.